home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 3
/
QRZ Ham Radio Callsign Database - Volume 3.iso
/
world
/
mac
/
digital
/
sftksrcs.hqx
/
SoftKiss.src.1.8
/
(unloved)
/
sfk_macmail.h
< prev
next >
Wrap
Text File
|
1990-08-01
|
301b
|
13 lines
/*
* mmc_macmail interface to to turn off/on mailcheck while macmail is running
* should be called every five min or so to inhibit mailcheck
*/
#define MMC_normal (0L)
#define MMC_inhibit (1L)
/*
* set desire for inhibit and name as a str255
*/
void mmc_macmail(long want_inhibit,char *name);